set the visible of card field 1 to not the visible of card field 1
if the visible of card field 1 is true then
set the name of me to "Hide Pascal Source"
else set the name of me to "Show Pascal Source"
end mouseUp
-- part contents for background part 16
----- text -----
SYSTEMFOLDER XFCN version 1.0.1
Kevin Calhoun
SystemFolder returns the pathname of the folder that contains the currently active System file, appended by a colon. It's intended for developers of stacks that will reside on read-only media, such as CD-ROM, who need a place to store configuration information and user preferences. The standard place to store such information is in a file in the system folder.
EXAMPLE
If you wanted to open a file called "SuperStack Prefs" in the system folder, you could use the following HyperTalk code:
put SystemFolder() & "SuperStack Prefs" into myFile
open file myFile
22 July 1989 -- Declares the directory ID as a longint in the parameter list of DirIDToPath.
-- part contents for card part 2
----- text -----
UNIT SistimFolder;
{ SystemFolder XFCN ©1989 by the Trustees of Dartmouth College }